Add maestro test for the template#45713
Closed
cipolleschi wants to merge 6 commits into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60282783 |
Summary: ## Context Running manual tests when preparing a release, it's time consuming. We have to do the cherry picks, wait for CI to finish, and then manually test 8 configurations. Maestro is a tool that allow us to run E2E tests automatically, and we can wire it to CI. ## Change Add a test flow for RNTester ## Changelog: [Internal] - Exploration to integrate maestro Pull Request resolved: facebook#45574 Test Plan: GHA Differential Revision: D60282147 Reviewed By: blakef Pulled By: blakef
19fe2fa to
ada0e8e
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60282783 |
1 similar comment
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60282783 |
ada0e8e to
d39d582
Compare
added 4 commits
July 26, 2024 07:45
Summary: Pull Request resolved: facebook#45704 ## Context Running manual tests when preparing a release, it's time consuming. We have to do the cherry picks, wait for CI to finish, and then manually test 8 configurations. Maestro is a tool that allow us to run E2E tests automatically, and we can wire it to CI. ## Change Create a reusable GHA to run Maestro tests on iOS Changelog: [Internal] - Exploration to integrate maestro Differential Revision: D60282657 Reviewed By: blakef
Summary: Pull Request resolved: facebook#45705 ## Context Running manual tests when preparing a release, it's time consuming. We have to do the cherry picks, wait for CI to finish, and then manually test 8 configurations. Maestro is a tool that allow us to run E2E tests automatically, and we can wire it to CI. ## Change Wire RNTester to the Maestro Action Changelog: [Internal] - Exploration to integrate maestro Differential Revision: D60282689 Reviewed By: blakef
Summary: Pull Request resolved: facebook#45707 ## Context Running manual tests when preparing a release, it's time consuming. We have to do the cherry picks, wait for CI to finish, and then manually test 8 configurations. Maestro is a tool that allow us to run E2E tests automatically, and we can wire it to CI. ## Change Create a github action to run Maestro on Android Changelog: [Internal] - Exploration to integrate maestro Differential Revision: D60282719 Reviewed By: cortinico, blakef
Summary: ## Context Running manual tests when preparing a release, it's time consuming. We have to do the cherry picks, wait for CI to finish, and then manually test 8 configurations. Maestro is a tool that allow us to run E2E tests automatically, and we can wire it to CI. ## Change Connect RNTester Android to Maestro action Changelog: [Internal] - Exploration to integrate maestro Differential Revision: D60282769
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60282783 |
d39d582 to
80cc3f1
Compare
Summary: Pull Request resolved: facebook#45713 ## Context Running manual tests when preparing a release, it's time consuming. We have to do the cherry picks, wait for CI to finish, and then manually test 8 configurations. Maestro is a tool that allow us to run E2E tests automatically, and we can wire it to CI. ## Change Add Maestro flow for a new app created from the template Changelog: [Internal] - Exploration to integrate maestro Reviewed By: blakef Differential Revision: D60282783
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60282783 |
80cc3f1 to
57437c7
Compare
Contributor
|
This pull request has been merged in a11ab3b. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Context
Running manual tests when preparing a release, it's time consuming.
We have to do the cherry picks, wait for CI to finish, and then manually test 8 configurations.
Maestro is a tool that allow us to run E2E tests automatically, and we can wire it to CI.
Change
Add Maestro flow for a new app created from the template
Changelog:
[Internal] - Exploration to integrate maestro
Differential Revision: D60282783